From 37543eed0cfc5f849a4546e9aba416c931323c33 Mon Sep 17 00:00:00 2001 From: umherirrender Date: Thu, 27 Aug 2015 21:03:32 +0200 Subject: [PATCH] Fix spaces in MigrateFileRepoLayoutTest::tearDown Use tabs for indent Change-Id: I021b7ff41be23e46fe49dc552e697c7b8f78622e --- .../includes/filerepo/MigrateFileRepoLayoutTest.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/phpunit/includes/filerepo/MigrateFileRepoLayoutTest.php b/tests/phpunit/includes/filerepo/MigrateFileRepoLayoutTest.php index 65db7e4963..551d3a7661 100644 --- a/tests/phpunit/includes/filerepo/MigrateFileRepoLayoutTest.php +++ b/tests/phpunit/includes/filerepo/MigrateFileRepoLayoutTest.php @@ -75,11 +75,11 @@ class MigrateFileRepoLayoutTest extends MediaWikiTestCase { } protected function tearDown() { - foreach ( glob( $this->tmpPrefix . '*' ) as $directory ) { - $this->deleteFilesRecursively( $directory ); - } + foreach ( glob( $this->tmpPrefix . '*' ) as $directory ) { + $this->deleteFilesRecursively( $directory ); + } - unlink( $this->tmpFilepath ); + unlink( $this->tmpFilepath ); parent::tearDown(); } -- 2.20.1